home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 12
/
BBS in a box XII-2.iso
/
Files II
/
Prog
/
T
/
Tri-Menu.sit
/
New Pull Down.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-07-08
|
215 b
|
18 lines
|
[
TEXT/PJMM
]
program New;
uses
Routines;
var
Picture: PicHandle;
Exit: Boolean;
begin
Exit := false;
WindowInit;
PrepArrows;
DrawFirstArrow;
repeat
DoEvents;
until Exit;
while (not button) do
begin
end;
end.